diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-15 18:55:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-15 18:55:52 +0000 |
commit | 210e9537e79dfdf0cc1031027c83e9f74942021b (patch) | |
tree | 7743e13641446068acdb9eaff5dad6afafae9e21 /target/linux/ramips/Makefile | |
parent | f3b375d2291749a190e761ba123216cf5088d277 (diff) | |
download | upstream-210e9537e79dfdf0cc1031027c83e9f74942021b.tar.gz upstream-210e9537e79dfdf0cc1031027c83e9f74942021b.tar.bz2 upstream-210e9537e79dfdf0cc1031027c83e9f74942021b.zip |
ramips: add maccalc to the default package list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28005 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 9598d8674f..96d19ce198 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -18,7 +18,7 @@ LINUX_VERSION:=2.6.39.2 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-gpio-buttons \ - kmod-button-hotplug kmod-wpad-mini + kmod-button-hotplug kmod-wpad-mini maccalc define Target/Description Build firmware images for Ralink RT288x/RT305x based boards. |