diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-16 11:50:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-16 11:50:25 +0000 |
commit | 7fd85258534035f8eae91f2737a2b0f3f532ebaf (patch) | |
tree | 302a7c7ebbb873709e3eb5e1265b528315158a61 /target/linux/ramips/Makefile | |
parent | 5a8c63b47e19f6569f54a046cfd74925d35550a6 (diff) | |
download | upstream-7fd85258534035f8eae91f2737a2b0f3f532ebaf.tar.gz upstream-7fd85258534035f8eae91f2737a2b0f3f532ebaf.tar.bz2 upstream-7fd85258534035f8eae91f2737a2b0f3f532ebaf.zip |
ramips: use the new macaddr_* helpers instead of maccalc
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35615
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index a81610af67..61b98aedba 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ kmod-leds-gpio kmod-input-core kmod-input-polldev \ kmod-input-gpio-keys-polled kmod-button-hotplug \ - kmod-rt2800-pci wpad-mini maccalc swconfig + kmod-rt2800-pci wpad-mini swconfig define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. |