Hi,

recently the developers decided to add by default the luci interface. Is there a way to override the DEFAULT_PACKAGES.router variable?

More precisely, I've defined a new subtarget for the x86 target with the following target.mk:

BOARDNAME:=Wing
FEATURES:=ext2

DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci opkg udevtrigger hotplug2 dnsmasq iptables kmod-ipt-nathelper bridge firewall wing hostapd-mini wpa-supplicant openntpd ntpdate jamvm-ng classpath mgen jtg iperf-ng

define Target/Description
    Build firmware images for the Wing mesh boards
    (e.g : PC Engines WRAP/ALIX)
endef

As you can see I've completely overridden the DEFAULT_PACKAGE variable. Is there a more elegant way to do this?