diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:25:27 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:25:27 +0000 |
commit | ef4c63343cd7d8ca59a2b1a509c6bec87199504f (patch) | |
tree | bce3e30f7ef3f0de7e9c2445e3b627d12f53bed2 /target/linux/brcm63xx/profiles | |
parent | 47fe2c490fd5a2edc708297a607213e434e26de0 (diff) | |
download | upstream-ef4c63343cd7d8ca59a2b1a509c6bec87199504f.tar.gz upstream-ef4c63343cd7d8ca59a2b1a509c6bec87199504f.tar.bz2 upstream-ef4c63343cd7d8ca59a2b1a509c6bec87199504f.zip |
brcm63xx: Add DT support for 96338W
Renamed of_board_id to convention.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42734 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/01-generic.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/01-generic.mk b/target/linux/brcm63xx/profiles/01-generic.mk index 30a17ab2d3..eb17f95f83 100644 --- a/target/linux/brcm63xx/profiles/01-generic.mk +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -32,6 +32,15 @@ define Profile/96338GW/Description endef $(eval $(call Profile,96338GW)) +define Profile/96338W + NAME:=Generic 96338W + PACKAGES:= +endef +define Profile/96338W/Description + Package set optimized for 96338W. +endef +$(eval $(call Profile,96338W)) + define Profile/96345GW2 NAME:=Generic 96345GW2 PACKAGES:= |