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
This commit is contained in:
Florian Fainelli
2007-08-03 07:28:43 +00:00
parent 39f63f1d04
commit 0250efa1ea
7 changed files with 81 additions and 24 deletions

View File

@@ -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