diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-09-27 03:39:12 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-09-28 12:03:20 +0800 |
commit | e38c1006123f54039294348dda51febaa72a3e49 (patch) | |
tree | f29c756c70e336b4d51394c203b90f496de864f2 /net | |
parent | 099d045c7cfc35303a0e40b33a73bf0d122fcffb (diff) |
treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 268501d72..0a0e213f4 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -100,11 +100,7 @@ ifeq ($(CONFIG_TARGET_x86),y) ENABLE_REGPARM:=y endif -ifeq ($(CONFIG_avr32),y) - LINUX_TARGET:=linux26 -else - LINUX_TARGET:=linux2628 -endif +LINUX_TARGET:=linux2628 ifeq ($(BUILD_VARIANT),ssl) ADDON+=USE_OPENSSL=1 |