mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
uboot-envtools: add more kirkwood boards
- SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma <dreagle@doukki.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43747 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b86331c9ad
commit
b3bf8f8884
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=uboot-envtools
|
||||
PKG_DISTNAME:=u-boot
|
||||
PKG_VERSION:=2014.10
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
|
||||
|
||||
@ -16,8 +16,11 @@ board=$(kirkwood_board_name)
|
||||
case "$board" in
|
||||
"ea3500" | \
|
||||
"ea4500" | \
|
||||
"guruplug-server-plus" | \
|
||||
"ib62x0" | \
|
||||
"pogo_e02")
|
||||
"pogo_e02" | \
|
||||
"sheevaplug" | \
|
||||
"sheevaplug-esata" )
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user