diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-03 07:28:43 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-03 07:28:43 +0000 |
commit | 0efa7ca668a05ede5583cee8d3eb6cb351970b89 (patch) | |
tree | a38f0e334683aa183a340f5d9fcce41e9bcaf9b3 /package/rt61/Makefile | |
parent | c52d9838a4fb7695b0e674bf96065548ddd4b007 (diff) |
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/rt61/Makefile')
-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 |