add ipset and nat-t config options
[openwrt.git] / openwrt / target / Makefile
index 52b2e60..e6156b4 100644 (file)
@@ -1,8 +1,5 @@
 include $(TOPDIR)/rules.mk
 
-# Default target skeleton stuff, may be overridden
-TARGET_SKEL_DIR=default/target_skeleton
-
 all: install
 
 $(BIN_DIR):
@@ -29,5 +26,6 @@ image_clean:
        $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild
 %-install: %-compile
        $(MAKE) -C $(patsubst %-install,%,$@) install
-
+linux-imagebuilder:
+       $(MAKE) -C linux imagebuilder
 
This page took 0.024765 seconds and 4 git commands to generate.