aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-03 07:28:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-03 07:28:43 +0000
commit0250efa1eaa2929f8ec35de6fd2ae0e29cf41450 (patch)
tree0bcbc4801bff647a77fde97f2d2436c80cf680c7 /package
parent39f63f1d04ef782e1972702239ad4dd44c0132b1 (diff)
downloadupstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.tar.gz
upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.tar.bz2
upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.zip
Make jffs2 images work with rdc, add a sitecom wl-153 profile and kernel config, fix rt61 installation (thanks to Daniel Gimpelevich)
SVN-Revision: 8328
Diffstat (limited to 'package')
-rw-r--r--package/rt61/Makefile2
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