From: Sven Eckelmann Date: Thu, 7 Dec 2017 09:39:20 +0000 (+0100) Subject: ap51-flash: Remove uIP workarounds X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=269615e822fc22dd4217a3592daad3bd3b6c7a12;p=openwrt-packages.git 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 --- 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 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 += \