diff options
author | John Crispin <john@openwrt.org> | 2013-10-07 15:03:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-07 15:03:00 +0000 |
commit | 715b62ebad32a18afca2dab98f2c031136339bb6 (patch) | |
tree | 93d884c72adefc8b9b9d1b8989ee47c044c0d1ab /target/linux/lantiq/xrx200 | |
parent | 81fb43d2f168c27f763c0a497fd8112e587fdfaf (diff) | |
download | upstream-715b62ebad32a18afca2dab98f2c031136339bb6.tar.gz upstream-715b62ebad32a18afca2dab98f2c031136339bb6.tar.bz2 upstream-715b62ebad32a18afca2dab98f2c031136339bb6.zip |
lantiq: experia v8 fixes
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38328
Diffstat (limited to 'target/linux/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/arv.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk index a018ca352f..317297134d 100644 --- a/target/linux/lantiq/xrx200/profiles/arv.mk +++ b/target/linux/lantiq/xrx200/profiles/arv.mk @@ -7,7 +7,7 @@ endef $(eval $(call Profile,VG3503J)) define Profile/VGV7519NOR - NAME:=Lantiq VR9 - VGV7519NOR + NAME:=Experiabox 8 VGV7519 PACKAGES:=kmod-ath9k wpad-mini \ kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ @@ -18,7 +18,7 @@ endef $(eval $(call Profile,VGV7519NOR)) define Profile/VGV7519BRN - NAME:=Lantiq VR9 - VGV7519 (BRN) + NAME:=Experiabox 8 VGV7519 (BRN) PACKAGES:=kmod-ath9k wpad-mini \ kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ |