kernel: bump 4.14 to 4.14.72
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / 000-fix_kconfig.patch
1 --- a/kconf/Makefile
2 +++ b/kconf/Makefile
3 @@ -1,9 +1,9 @@
4 -CFLAGS=-Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
5 +CFLAGS=-Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DKBUILD_NO_NLS
6
7 LXDIALOG := lxdialog/checklist.o lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o lxdialog/yesno.o
8
9 conf: conf.o zconf.tab.o
10 -mconf_CFLAGS := $(shell ./lxdialog/check-lxdialog.sh -ccflags) -DLOCALE
11 +mconf_CFLAGS := $(shell ./lxdialog/check-lxdialog.sh -ccflags)
12 mconf_LDFLAGS := $(shell ./lxdialog/check-lxdialog.sh -ldflags $(CC))
13 mconf: CFLAGS += $(mconf_CFLAGS)
14