projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a hacked up version of upslug2 which is able to flash a wrt350nv2 in recovery...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
profiles
/
planex.mk
diff --git
a/target/linux/ar71xx/profiles/planex.mk
b/target/linux/ar71xx/profiles/planex.mk
index
ec20d89
..
35d88e5
100644
(file)
--- a/
target/linux/ar71xx/profiles/planex.mk
+++ b/
target/linux/ar71xx/profiles/planex.mk
@@
-7,7
+7,7
@@
define Profile/MZKW04NU
NAME:=Planex MZK-W04NU
define Profile/MZKW04NU
NAME:=Planex MZK-W04NU
- PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-ohci kmod-usb2
+ PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-
core kmod-usb-
ohci kmod-usb2
endef
define Profile/MZKW04NU/Description
endef
define Profile/MZKW04NU/Description
@@
-15,3
+15,14
@@
define Profile/MZKW04NU/Description
endef
$(eval $(call Profile,MZKW04NU))
endef
$(eval $(call Profile,MZKW04NU))
+
+define Profile/MZKW300NH
+ NAME:=Planex MZK-W300NH
+ PACKAGES:=kmod-ath9k hostapd-mini
+endef
+
+define Profile/MZKW300NH/Description
+ Package set optimized for the Planex MZK-W300NH.
+endef
+
+$(eval $(call Profile,MZKW300NH))
This page took
0.023461 seconds
and
4
git commands to generate.