projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
generic
/
profiles
/
d-link.mk
diff --git
a/target/linux/ar71xx/generic/profiles/d-link.mk
b/target/linux/ar71xx/generic/profiles/d-link.mk
index
ec79dde
..
98fe00f
100644
(file)
--- a/
target/linux/ar71xx/generic/profiles/d-link.mk
+++ b/
target/linux/ar71xx/generic/profiles/d-link.mk
@@
-16,6
+16,16
@@
endef
$(eval $(call Profile,DIR600A1))
$(eval $(call Profile,DIR600A1))
+define Profile/DIR601A1
+ NAME:=D-Link DIR-601 rev. A1
+ PACKAGES:=
+endef
+
+define Profile/DIR601A1/Description
+ Package set optimized for the D-Link DIR-601 rev. A1.
+endef
+
+$(eval $(call Profile,DIR601A1))
define Profile/DIR615C1
NAME:=D-Link DIR-615 rev. C1
define Profile/DIR615C1
NAME:=D-Link DIR-615 rev. C1
@@
-29,6
+39,18
@@
endef
$(eval $(call Profile,DIR615C1))
$(eval $(call Profile,DIR615C1))
+define Profile/DIR615E4
+ NAME:=D-Link DIR-615 rev. E4
+ PACKAGES:=
+endef
+
+define Profile/DIR615E4/Description
+ Package set optimized for the D-Link DIR-615 rev. E4.
+endef
+
+$(eval $(call Profile,DIR615E4))
+
+
define Profile/DIR825B1
NAME:=D-Link DIR-825 rev. B1
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
define Profile/DIR825B1
NAME:=D-Link DIR-825 rev. B1
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
This page took
0.026813 seconds
and
4
git commands to generate.