Browse Source

ap51-flash: Remove OFLAGS from MAKE_FLAGS

Nothing in ap51-flash is using the variable OFLAGS. It should therefore not
be set.

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

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

@ -31,7 +31,6 @@ TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE
# pass optimization flags
MAKE_FLAGS += \
OFLAGS="$(TARGET_CFLAGS)" \
EXTRA_CFLAGS="$(TARGET_EXTRA_CFLAGS)" \
REVISION="$(PKG_VERSION)" \
ap51-flash


Loading…
Cancel
Save