Browse Source

ap51-flash: Remove FLASH_FROM_FILE preprocessor variable

ap51-flash doesn't know the FLASH_FROM_FILE preprocessor variable and thus
OpenWrt should not set it in its package Makefile.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
lilik-openwrt-22.03
Sven Eckelmann 7 years ago
parent
commit
8492fe21e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/ap51-flash/Makefile

+ 1
- 1
utils/ap51-flash/Makefile View File

@ -27,7 +27,7 @@ define Package/ap51-flash
URL:=http://dev.cloudtrax.com/wiki/ap51-flash-station
endef
TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -D_GNU_SOURCE
TARGET_EXTRA_CFLAGS:=-D_GNU_SOURCE
# pass optimization flags
MAKE_FLAGS += \


Loading…
Cancel
Save