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 | c3986bd99ff59bbc7f7071cc79279030bba7f5c7 (patch) | |
tree | 316caf5ccda76db48c42faa5626b055fcfac68ac /target/linux/ramips/Makefile | |
parent | 9dd345481e22c5cf401bc0723ef56b97a866960b (diff) | |
download | master-187ad058-c3986bd99ff59bbc7f7071cc79279030bba7f5c7.tar.gz master-187ad058-c3986bd99ff59bbc7f7071cc79279030bba7f5c7.tar.bz2 master-187ad058-c3986bd99ff59bbc7f7071cc79279030bba7f5c7.zip |
ramips: use the new macaddr_* helpers instead of maccalc
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35615 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. |