projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More rdc-2.6 fixes by Daniel Gimpelevich, thanks !
[openwrt.git]
/
package
/
rt61
/
Makefile
diff --git
a/package/rt61/Makefile
b/package/rt61/Makefile
index
6e7c600
..
c0878c3
100644
(file)
--- a/
package/rt61/Makefile
+++ b/
package/rt61/Makefile
@@
-33,8
+33,8
@@
define KernelPackage/rt61
endef
define KernelPackage/rt61/install
endef
define KernelPackage/rt61/install
- mkdir $(1)/lib/firmware
- $(CP) -L $(PKG_BUILD_DIR)/Module/rt2*.bin $(1)/lib/firmware
+ mkdir
-p
$(1)/lib/firmware
+ $(CP) -L $(PKG_BUILD_DIR)/Module/rt2
?61
*.bin $(1)/lib/firmware
endef
LINUX_PATCHLEVEL:=$(shell echo "$(LINUX_VERSION)" | cut -d. -f2)
endef
LINUX_PATCHLEVEL:=$(shell echo "$(LINUX_VERSION)" | cut -d. -f2)
This page took
0.022324 seconds
and
4
git commands to generate.