OpenWrt Forum Archive

Topic: Feeds not listed into menuconfig

The content of this topic has been archived on 28 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi there!
I downloaded the trunk version of kamikaze. I run "make package/symlinks" and i discover it populated the feeds directory but when i run "make menuconfig":
a) i cannot enter the Xorg submenu
b) i cannot see any of the xwrt packages

I looked at thejust created packages indexes into tmp and i dont find anything about the new feeds.

Any hint to let the feeds work?

In trunk do:

cd ~
svn checkout https://svn.openwrt.org/openwrt/trunk/ ~/trunk/
cd ~/trunk/
./scripts/feeds update
./scripts/feeds install webif
make menuconfig
make world

Then you can select the webif package in menuconfig > Administration > webif. './scripts/feeds install <pkg_name_1> <pkg_name_2>' creates the symlinks for you.

XOrg is not availiable on all platforms. Btw. XOrg does not compile anyway at the moment.

(Last edited by forum2008 on 18 Mar 2008, 00:18)

The discussion might have continued from here.