|
|
|
@ -12,8 +12,9 @@ define Image/Prepare |
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define Image/Build |
|
|
|
|
touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
|
|
|
|
|
$(STAGING_DIR)/bin/airlink -b 0 -j $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
|
|
|
|
|
# FIXME
|
|
|
|
|
#touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
|
|
|
|
|
#$(STAGING_DIR)/bin/airlink -b 0 -j $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
$(eval $(call BuildImage)) |
|
|
|
|