diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-22 15:00:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-22 15:00:19 +0000 |
commit | 7b89c1622c5f90475390574d884adf9b5024375c (patch) | |
tree | 92bbe5ec87289b0281f2f56365998a88fe8f3a0a /package/base-files/Makefile | |
parent | bd6fe52a6a5ee4feae1f7e3f30f3db6726d85338 (diff) | |
download | upstream-7b89c1622c5f90475390574d884adf9b5024375c.tar.gz upstream-7b89c1622c5f90475390574d884adf9b5024375c.tar.bz2 upstream-7b89c1622c5f90475390574d884adf9b5024375c.zip |
Create /lib/firmware
SVN-Revision: 7033
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 577d320b2b..1e1610c5d7 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -123,7 +123,7 @@ define Package/base-files$(TARGET)/install mkdir -p $(1)/dev mkdir -p $(1)/etc/crontabs mkdir -p $(1)/jffs - mkdir -p $(1)/lib + mkdir -p $(1)/lib/firmware mkdir -p $(1)/mnt mkdir -p $(1)/proc mkdir -p $(1)/tmp |