diff options
author | John Crispin <john@openwrt.org> | 2013-07-25 16:55:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-25 16:55:48 +0000 |
commit | 7feebeb19364883e68986f78b5936bb6cdf554f4 (patch) | |
tree | ad714cfbc20a95d0ef1dd0ae0abf9e3ef90c8ba2 /target/linux | |
parent | 9b2c7be0c46bccff40488137ecdbfc7ae4793bc1 (diff) | |
download | upstream-7feebeb19364883e68986f78b5936bb6cdf554f4.tar.gz upstream-7feebeb19364883e68986f78b5936bb6cdf554f4.tar.bz2 upstream-7feebeb19364883e68986f78b5936bb6cdf554f4.zip |
ramipe: disable HG255D support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37531
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index d59e0ac95c..845278679d 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -469,7 +469,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/F5D8235V2,$(1)) $(call Image/Build/Profile/FONERA20N,$(1)) $(call Image/Build/Profile/FREESTATION5,$(1)) - $(call Image/Build/Profile/HG255D,$(1)) +# $(call Image/Build/Profile/HG255D,$(1)) $(call Image/Build/Profile/HW550-3G,$(1)) $(call Image/Build/Profile/MOFI3500-3GN,$(1)) $(call Image/Build/Profile/MPRA2,$(1)) |