aboutsummaryrefslogtreecommitdiff
path: root/utils/ap51-flash/Makefile
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2017-12-07 10:39:20 +0100
committerSven Eckelmann <sven@narfation.org>2017-12-07 10:58:19 +0100
commit269615e822fc22dd4217a3592daad3bd3b6c7a12 (patch)
treef37688a6c6d1be88a1c4acefb0849d6d7dc8cb60 /utils/ap51-flash/Makefile
parent06d5688f6ebf6b70dd04f61d78f02fe380b9ce10 (diff)
ap51-flash: Remove uIP workarounds
ap51-flash is no longer using uIP and thus these workarounds should no longer be used. Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'utils/ap51-flash/Makefile')
-rw-r--r--utils/ap51-flash/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile
index c48396620..483d32641 100644
--- a/utils/ap51-flash/Makefile
+++ b/utils/ap51-flash/Makefile
@@ -20,10 +20,6 @@ PKG_MAINTAINER:=Russell Senior <russell@personaltelco.net>
include $(INCLUDE_DIR)/package.mk
-ifeq ($(CONFIG_BIG_ENDIAN),y)
- STAMP_BUILT:=$(STAMP_BUILT)_big
-endif
-
define Package/ap51-flash
SECTION:=utils
CATEGORY:=Utilities
@@ -32,9 +28,6 @@ define Package/ap51-flash
endef
TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE
-ifeq ($(CONFIG_BIG_ENDIAN),y)
- TARGET_EXTRA_CFLAGS:=$(TARGET_EXTRA_CFLAGS) -DUIP_CONF_BYTE_ORDER=1234
-endif
# pass optimization flags
MAKE_FLAGS += \