Browse Source

Revert "- move iconv to end of build"

This reverts commit 2b4bb8873a.
master
gixxpunk 7 years ago
parent
commit
383ba88399
  1. 2
      make/ni.mk

2
make/ni.mk

@ -62,6 +62,7 @@ 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
@ -83,7 +84,6 @@ 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