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 | 17c041cd0be46065f27a226236ed03d4949d3778 (patch) | |
tree | a1f6c80d1aa1fc96324f4f7e34e318574b2b5535 /target/linux/ramips/Makefile | |
parent | 404ca36e6035897bfbe1c93a2983b2b191217349 (diff) | |
download | upstream-17c041cd0be46065f27a226236ed03d4949d3778.tar.gz upstream-17c041cd0be46065f27a226236ed03d4949d3778.tar.bz2 upstream-17c041cd0be46065f27a226236ed03d4949d3778.zip |
ramips: add maccalc to the default package list
SVN-Revision: 28005
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. |