diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-01 10:47:17 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-01 10:47:17 +0000 |
commit | 97a03e4ee5550f7396a33acf12a40ae3f8d6d2f1 (patch) | |
tree | 7e05214822822d475dcf7799faaac9773185e9db /openwrt/package/base-files/Makefile | |
parent | 0cc50d23cc819e845f0f12ced48a87d1d314fdce (diff) |
move sysfs to mount_root
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3107 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/Makefile')
-rw-r--r-- | openwrt/package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 958262761..e4753d045 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -55,6 +55,7 @@ $(IPKG_BASE): cp -a ./default/* $(IDIR_BASE) $(SED) 's,$$R,r$(REV),g' $(IDIR_BASE)/etc/banner $(SED) 's,$$S,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf + mkdir -p $(IDIR_BASE)/sys mkdir -p $(IDIR_BASE)/jffs mkdir -p $(IDIR_BASE)/dev mkdir -p $(IDIR_BASE)/proc |