diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-03 07:28:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-03 07:28:43 +0000 |
commit | 82595e93885cbdf49193d148735198fc69147fb1 (patch) | |
tree | a38f0e334683aa183a340f5d9fcce41e9bcaf9b3 /package | |
parent | 9f6c6d14ec9eb41018b8dbce53cd9cd2f00ef826 (diff) | |
download | upstream-82595e93885cbdf49193d148735198fc69147fb1.tar.gz upstream-82595e93885cbdf49193d148735198fc69147fb1.tar.bz2 upstream-82595e93885cbdf49193d148735198fc69147fb1.zip |
Make jffs2 images work with rdc, add a sitecom wl-153 profile and kernel config, fix rt61 installation (thanks to Daniel Gimpelevich)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8328 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/rt61/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile index 6e7c600e1a..228cd86a24 100644 --- a/package/rt61/Makefile +++ b/package/rt61/Makefile @@ -33,7 +33,7 @@ define KernelPackage/rt61 endef define KernelPackage/rt61/install - mkdir $(1)/lib/firmware + mkdir -p $(1)/lib/firmware $(CP) -L $(PKG_BUILD_DIR)/Module/rt2*.bin $(1)/lib/firmware endef |