diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-15 18:55:52 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-15 18:55:52 +0000 |
commit | 649cff937e844618a848b2278467242388e624de (patch) | |
tree | 7743e13641446068acdb9eaff5dad6afafae9e21 /target/linux/ramips | |
parent | c754b185c9c1ea9842da75635d2d5e1a7f5d224e (diff) |
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')
-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. |