diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-08 20:25:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-08 20:25:41 +0000 |
commit | 2292309153efa9136c08e789db21b33d697eed06 (patch) | |
tree | 91f057555bb16cac704626ef5790d75224d3606f /target/linux/lantiq/image | |
parent | 6b176045f3b5d74f4c2d2281bdafdb6d8b8ceeb8 (diff) | |
download | master-187ad058-2292309153efa9136c08e789db21b33d697eed06.tar.gz master-187ad058-2292309153efa9136c08e789db21b33d697eed06.tar.bz2 master-187ad058-2292309153efa9136c08e789db21b33d697eed06.zip |
lantiq: BT Home Hub 3A - profile
BT Home Hub 3A - profile
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43878 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 5c96b632f8..623f93bd0b 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -367,6 +367,9 @@ Image/Build/Profile/GIGASX76X=$(call Image/Build/$(1),$(1),GIGASX76X) # AR9 +Image/BuildKernel/Profile/BTHOMEHUBV3A=$(call Image/BuildKernel/Template,BTHOMEHUBV3A) +Image/Build/Profile/BTHOMEHUBV3A=$(call Image/BuildNAND/$(1),$(1),BTHOMEHUBV3A) + Image/BuildKernel/Profile/DGN3500=$(call Image/BuildKernel/Template,DGN3500) Image/Build/Profile/DGN3500=$(call Image/BuildDGN3500/$(1),$(1),DGN3500) |