Searched refs:TARGET (Results 1 - 6 of 6) sorted by relevance

/openwrt/scripts/
H A Dmake-ipkg-dir.sh3 TARGET=$1
10 mkdir -p "$TARGET/CONTROL"
11 grep '^[^(Version|Architecture)]' "$CONTROL" > "$TARGET/CONTROL/control"
13 echo "Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>" >> "$TARGET/CONTROL/control"
17 echo "Source: $src" >> "$TARGET/CONTROL/control"
19 echo "Version: $VERSION" >> "$TARGET/CONTROL/control"
20 echo "Architecture: $ARCH" >> "$TARGET/CONTROL/control"
21 chmod 644 "$TARGET/CONTROL/control"
/openwrt/target/linux/brcm47xx/image/lzma-loader/
H A DMakefile27 ifneq ($(TARGET),)
29 $(CP) $(PKG_BUILD_DIR)/loader.gz $(PKG_BUILD_DIR)/loader.elf $(TARGET)/
/openwrt/package/system/mtd/src/
H A DMakefile21 mtd: $(obj) $(obj.$(TARGET))
/openwrt/package/base-files/
H A DMakefile26 TARGET:=-$(BOARD) macro
28 TARGET:=$(TARGET)-$(PROFILE) macro
62 $(call $(TARGET)/conffiles)
/openwrt/package/system/mtd/
H A DMakefile41 MAKE_FLAGS += TARGET="$(target)"
/openwrt/target/linux/brcm47xx/image/
H A DMakefile29 TARGET="$(KDIR)" \

Completed in 34 milliseconds