Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos
[openwrt.git] / target / linux / adm5120-2.6 / image / Makefile
index a8051db..9c7b9bd 100644 (file)
@@ -46,7 +46,6 @@ define Image/Build/Compex
 endef
 
 define Image/Build/Edimax
-       # FIXME : not tested (hardware ?)
        $(STAGING_DIR)/bin/mkcsysimg -B $(4) -d -w \
                -r $(KDIR)/loader-edimax.gz \
                -x $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1)-noloader.trx \
@@ -63,6 +62,10 @@ define Image/Build/MyLoader
                $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(3)-$(2).bin
 endef
 
+define Image/Build/RouterBoard
+       $(CP) $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux
+endef
+
 define Image/Build
        $(STAGING_DIR)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1)
        $(STAGING_DIR)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1)-noloader.trx -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1)
@@ -89,6 +92,9 @@ ifneq ($(1),jffs2-128K)
        $(call Image/Build/MyLoader,$(1),wpp54g,$(patsubst jffs2-%,jffs2,$(1)),WPP54G)
        $(call Image/Build/MyLoader,$(1),wpp54ag,$(patsubst jffs2-%,jffs2,$(1)),WPP54AG)
 endif
+ifeq ($(1),tgz)
+       $(call Image/Build/RouterBoard)
+endif
 endef
 
 $(eval $(call BuildImage))
This page took 0.02445 seconds and 4 git commands to generate.