diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-03-30 09:39:58 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-03-30 09:39:58 +0000 |
commit | 2f08d5bff9febdc9453ab347bbb29300d5f21642 (patch) | |
tree | dafd93c482604298d3b6dc3a8c465c01ff87f96d | |
parent | d1da16a093f67cfa05c07f16b67329e3023a77f1 (diff) | |
download | upstream-2f08d5bff9febdc9453ab347bbb29300d5f21642.tar.gz upstream-2f08d5bff9febdc9453ab347bbb29300d5f21642.tar.bz2 upstream-2f08d5bff9febdc9453ab347bbb29300d5f21642.zip |
Add uboot-envtools to gumstix builds
SVN-Revision: 26363
-rw-r--r-- | target/linux/omap35xx/gumstix/base-files/etc/fw_env.config | 2 | ||||
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/000-hegw.mk | 2 | ||||
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/001-vpp.mk | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/omap35xx/gumstix/base-files/etc/fw_env.config b/target/linux/omap35xx/gumstix/base-files/etc/fw_env.config new file mode 100644 index 0000000000..bb473687cd --- /dev/null +++ b/target/linux/omap35xx/gumstix/base-files/etc/fw_env.config @@ -0,0 +1,2 @@ +# MTD device name Device offset Env. size Flash sector size +/dev/mtd2 0x0000 0x20000 0x20000 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 |