diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-10-28 08:53:14 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-10-28 08:53:14 +0000 |
commit | bf058a1b97433980ec668cc8864eb5b593a6bd4a (patch) | |
tree | a7c41ab3db373d523265e26f71d427d07b3a89e0 /target/linux | |
parent | c1d208821d069359f40127f12b3bf35ad41ff649 (diff) | |
download | upstream-bf058a1b97433980ec668cc8864eb5b593a6bd4a.tar.gz upstream-bf058a1b97433980ec668cc8864eb5b593a6bd4a.tar.bz2 upstream-bf058a1b97433980ec668cc8864eb5b593a6bd4a.zip |
[omap35xx] Bumper gumstix kernel version to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23690 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 2 | ||||
-rw-r--r-- | target/linux/omap35xx/gumstix/target.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 386623f9b2..22e51367e0 100644 --- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk +++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk @@ -19,7 +19,7 @@ define Profile/Gumstix crda iw kmod-usb-hid luci luci-app-ntpc \ openssh-client openssh-client-utils openssh-keygen \ openssh-server kmod-usb-storage kmod-usb-storage-extras \ - kmod-fs-vfat + kmod-fs-vfat avahi-autoipd avahi-daemon avahi-dnsconfd endef define Profile/Gumstix/Description diff --git a/target/linux/omap35xx/gumstix/target.mk b/target/linux/omap35xx/gumstix/target.mk index 7ddd44bcbd..6101b89345 100644 --- a/target/linux/omap35xx/gumstix/target.mk +++ b/target/linux/omap35xx/gumstix/target.mk @@ -1,5 +1,5 @@ BOARDNAME:=Gumstix Overo -LINUX_VERSION:=2.6.34.5 +LINUX_VERSION:=2.6.36 define Target/Description Build firmware images for Gumstix Overo Boards |