package: mtd: add fixseama command for ath79
This is needed by Qihoo C301. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
parent
bf4eef46b4
commit
e2cd70d6b1
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=mtd
|
PKG_NAME:=mtd
|
||||||
PKG_RELEASE:=24
|
PKG_RELEASE:=25
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
|
||||||
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)
|
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)
|
||||||
|
|
|
@ -8,6 +8,7 @@ obj.wrg = wrg.o md5.o
|
||||||
obj.wrgg = wrgg.o md5.o
|
obj.wrgg = wrgg.o md5.o
|
||||||
obj.tpl = tpl_ramips_recoveryflag.o
|
obj.tpl = tpl_ramips_recoveryflag.o
|
||||||
obj.ar71xx = trx.o $(obj.seama) $(obj.wrgg)
|
obj.ar71xx = trx.o $(obj.seama) $(obj.wrgg)
|
||||||
|
obj.ath79 = $(obj.seama)
|
||||||
obj.gemini = $(obj.wrgg)
|
obj.gemini = $(obj.wrgg)
|
||||||
obj.brcm = trx.o
|
obj.brcm = trx.o
|
||||||
obj.brcm47xx = $(obj.brcm)
|
obj.brcm47xx = $(obj.brcm)
|
||||||
|
|
Loading…
Reference in a new issue