Browse Source

- move iconv to end of build

building it earlier could confuse build of other targets
master
gixxpunk 8 years ago
parent
commit
2b4bb8873a
  1. 2
      make/ni.mk

2
make/ni.mk

@ -62,7 +62,6 @@ ni-image:
make -j$(NUM_CPUS) wpa_supplicant
make -j$(NUM_CPUS) mtd-utils
make -j$(NUM_CPUS) wget
make -j$(NUM_CPUS) iconv
ifeq ($(BOXSERIES), hd2)
make plugins-hd2
make -j$(NUM_CPUS) less
@ -84,6 +83,7 @@ ifeq ($(BOXSERIES), hd2)
endif
make -j$(NUM_CPUS) kernel-cst-modules
make autofs5
make -j$(NUM_CPUS) iconv
ifeq ($(PERSONALIZE), yes)
make personalize
endif

Loading…
Cancel
Save