diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-30 09:39:58 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-30 09:39:58 +0000 |
commit | 37eee100d10ce0d3f79d9c4189c1879a131d9154 (patch) | |
tree | 97a54c9fd2998aa64042eea2a3b4d460352c868f /target/linux/omap35xx/gumstix/profiles | |
parent | b4c8bb0cc60a591a1955cdfb72f1fc4967b6101c (diff) |
[omap35xx] Add uboot-envtools to gumstix builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26363 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/gumstix/profiles')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/000-hegw.mk | 2 | ||||
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/001-vpp.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/000-hegw.mk b/target/linux/omap35xx/gumstix/profiles/000-hegw.mk index 9ff7fadab8..0499670490 100644 --- a/target/linux/omap35xx/gumstix/profiles/000-hegw.mk +++ b/target/linux/omap35xx/gumstix/profiles/000-hegw.mk @@ -20,7 +20,7 @@ define Profile/Gumstix crda iw kmod-usb-hid \ kmod-usb-storage kmod-usb-storage-extras kmod-fs-vfat \ uboot-omap35xx-omap3_overo \ - hegw hegwtest mtd-utils + hegw hegwtest mtd-utils uboot-envtools endef define Profile/Gumstix/Description diff --git a/target/linux/omap35xx/gumstix/profiles/001-vpp.mk b/target/linux/omap35xx/gumstix/profiles/001-vpp.mk index 4d77f10855..cfa5f232ab 100644 --- a/target/linux/omap35xx/gumstix/profiles/001-vpp.mk +++ b/target/linux/omap35xx/gumstix/profiles/001-vpp.mk @@ -20,7 +20,7 @@ define Profile/Vpp crda iw kmod-usb-hid \ kmod-usb-storage kmod-usb-storage-extras kmod-fs-vfat \ uboot-omap35xx-omap3_overo \ - vpp vpptest mtd-utils ejre + vpp vpptest mtd-utils ejre uboot-envtools endef define Profile/Vpp/Description |