diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
commit | 910fe9678c8cbaa0ac095a3fae8c171d8742fec7 (patch) | |
tree | 45042d4c31cef47dfbeb2a50abe6c19c2e8cbdb7 /target/linux/brcm63xx/profiles | |
parent | a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991 (diff) | |
download | upstream-910fe9678c8cbaa0ac095a3fae8c171d8742fec7.tar.gz upstream-910fe9678c8cbaa0ac095a3fae8c171d8742fec7.tar.bz2 upstream-910fe9678c8cbaa0ac095a3fae8c171d8742fec7.zip |
brcm63xx: move dsl-2640u to dts
Also build image again(?).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44988 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/d-link.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/d-link.mk b/target/linux/brcm63xx/profiles/d-link.mk index 71f6421535..ede72b2325 100644 --- a/target/linux/brcm63xx/profiles/d-link.mk +++ b/target/linux/brcm63xx/profiles/d-link.mk @@ -14,6 +14,15 @@ define Profile/DSL2640B_B/Description endef $(eval $(call Profile,DSL2640B_B)) +define Profile/DSL2640U + NAME:=D-Link DSL-2640U/BRU/C + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/DSL2640U/Description + Package set optimized for DSL-2640U +endef +$(eval $(call Profile,DSL2640U)) + define Profile/DSL2650U NAME:=D-Link DSL-2650U PACKAGES:=kmod-b43 wpad-mini\ |