I don't know if this is the right thing but base-files actually needs mtd.
Signed-off-by: Roman Yeryomin <[email protected]> -- Index: package/base-files/Makefile =================================================================== --- a/package/base-files/Makefile (revision 28142) +++ b/package/base-files/Makefile (working copy) @@ -37,6 +37,7 @@ TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) + DEPENDS:=+mtd $(call Config,network.lan.proto,string,static,LAN Protocol) $(call Config,network.lan.ipaddr,ip,192.168.1.1,LAN IP Address) $(call Config,network.lan.netmask,netmask,255.255.255.0,LAN Network Mask) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
