diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-03-30 13:49:42 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-03-30 13:49:42 +0000 |
commit | e69c93fb7be34ad210d0b019499d0c95fa06e35a (patch) | |
tree | bef9924b410ab5a30f1b5d41c30e844404a90d58 /package/uboot-lantiq/files/include | |
parent | b58b53b236dfd805c8a57256dcaddf2b9377eba9 (diff) | |
download | upstream-e69c93fb7be34ad210d0b019499d0c95fa06e35a.tar.gz upstream-e69c93fb7be34ad210d0b019499d0c95fa06e35a.tar.bz2 upstream-e69c93fb7be34ad210d0b019499d0c95fa06e35a.zip |
adding httpd - failsafe patch
flash write routine is not functional yet
add configuration (board & dram)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq/files/include')
-rw-r--r-- | package/uboot-lantiq/files/include/configs/easy50712.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/uboot-lantiq/files/include/configs/easy50712.h b/package/uboot-lantiq/files/include/configs/easy50712.h index e061b831d5..8eeb6c06a1 100644 --- a/package/uboot-lantiq/files/include/configs/easy50712.h +++ b/package/uboot-lantiq/files/include/configs/easy50712.h @@ -112,4 +112,6 @@ # define CONFIG_EBU_BUSCON0 0x0001D7FF #endif +#define CONFIG_CMD_HTTPD /* enable upgrade via HTTPD */ + #endif /* __CONFIG_H */ |