On 10/23/11 14:30, Jo-Philipp Wich wrote: > Simply deselect the "luci" meta package, afterwards you can disable > "luci-proto-ppp". > Still confused. My .config right now has:
$ grep luci .config | grep -v \# CONFIG_PACKAGE_luci-app-firewall=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-lib-core=y CONFIG_PACKAGE_luci-lib-core_source=y CONFIG_PACKAGE_luci-lib-ipkg=y CONFIG_PACKAGE_luci-lib-lmo=y CONFIG_PACKAGE_luci-lib-nixio=y CONFIG_PACKAGE_luci-lib-nixio_notls=y CONFIG_PACKAGE_luci-lib-sys=y CONFIG_PACKAGE_luci-lib-web=y CONFIG_PACKAGE_luci-mod-admin-core=y CONFIG_PACKAGE_luci-mod-admin-full=y CONFIG_PACKAGE_luci-proto-core=y CONFIG_PACKAGE_luci-proto-ppp=y CONFIG_PACKAGE_luci-sgi-cgi=y CONFIG_PACKAGE_luci-sgi-uhttpd=y CONFIG_PACKAGE_luci-theme-base=y CONFIG_PACKAGE_luci-theme-openwrt=y CONFIG_PACKAGE_luci-i18n-english=y No luci meta package there, afaict. According to the http error response really need luci-mod-admin-full to get a "root node" for the web interface. Checking 'make menuconfig for that item I see: Selects: PACKAGE_luci-lib-ipkg && PACKAGE_luci-mod-admin-core luci-mod-admin-core further says: Selects: PACKAGE_luci-i18n-english && PACKAGE_luci-proto-core && PACKAGE_luci-lib-web && PACKAGE_luci-proto-ppp So I get luci-proto-ppp which says: Selects: PACKAGE_luci-proto-core && PACKAGE_ppp-mod-pppoa && PACKAGE_ppp-mod-pppoe and I get all kinds of ppp stuff. The dependencies seems over-defined, as luci-mod-admin-full says: Depends on: (!PACKAGE_luci-proto-ppp || PACKAGE_ppp || PACKAGE_ppp-multilink) && (!PACKAGE_luci-proto-ppp || PACKAGE_kmod-ppp) as the !PACKAGE_luci-proto-ppp will never be true. Either something's borked with the dependencies (the GUI does behave strange when flipping through the <n,m,y> options suggesting something's off), or I have no clue what I'm reading. Ideas? -A _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
