projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: enable WHR-HP-G300N support in kernel config
[openwrt.git]
/
target
/
linux
/
ar71xx
/
generic
/
profiles
/
buffalo.mk
diff --git
a/target/linux/ar71xx/generic/profiles/buffalo.mk
b/target/linux/ar71xx/generic/profiles/buffalo.mk
index
5358fb9
..
411dec6
100644
(file)
--- a/
target/linux/ar71xx/generic/profiles/buffalo.mk
+++ b/
target/linux/ar71xx/generic/profiles/buffalo.mk
@@
-21,8
+21,19
@@
define Profile/WZRHPAG300H
PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef
PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef
-define Profile/WZRHP
G30XN
H/Description
+define Profile/WZRHP
AG300
H/Description
Package set optimized for the Buffalo WZR-HP-AG300H
endef
$(eval $(call Profile,WZRHPAG300H))
Package set optimized for the Buffalo WZR-HP-AG300H
endef
$(eval $(call Profile,WZRHPAG300H))
+
+define Profile/WHRHPG300N
+ NAME:=Buffalo WHR-HP-G300N
+ PACKAGES:=
+endef
+
+define Profile/WHRHPG300N/Description
+ Package set optimized for the Buffalo WHR-HP-G300N
+endef
+
+$(eval $(call Profile,WHRHPG300N))
This page took
0.025408 seconds
and
4
git commands to generate.