On 7 September 2011 01:11, Roman Yeryomin <[email protected]> wrote: > 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) >
I understand that mtd is listed in default packages but it's not so obvious that not having mtd just brakes everything as it's used in scripts from base-files. Regards, Roman _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
