Searched refs:CONTROL (Results 1 - 11 of 11) sorted by relevance

/openwrt/scripts/
H A Dmake-ipkg-dir.sh4 CONTROL=$2
10 mkdir -p "$TARGET/CONTROL"
11 grep '^[^(Version|Architecture)]' "$CONTROL" > "$TARGET/CONTROL/control"
12 grep '^Maintainer' "$CONTROL" 2>&1 >/dev/null || \
13 echo "Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>" >> "$TARGET/CONTROL/control"
14 grep '^Source' "$CONTROL" 2>&1 >/dev/null || {
17 echo "Source: $src" >> "$TARGET/CONTROL/control"
19 echo "Version: $VERSION" >> "$TARGET/CONTROL/control"
20 echo "Architecture: $ARCH" >> "$TARGET/CONTROL/contro
[all...]
H A Dipkg-build36 grep "^$field:" < $CONTROL/control | ipkg_extract_value
55 if [ -f $CONTROL/conffiles ]; then
56 rm -f $CONTROL/conffiles.resolved
58 for cf in `$FIND $(sed -e "s!^/!$pkg_dir/!" $CONTROL/conffiles) -type f`; do
59 echo "${cf#$pkg_dir}" >> $CONTROL/conffiles.resolved
62 rm $CONTROL/conffiles
63 mv $CONTROL/conffiles.resolved $CONTROL/conffiles
64 chmod 0644 $CONTROL/conffiles
123 # CONTROL i
[all...]
/openwrt/include/
H A Dkernel.mk125 mkdir -p $(2)/CONTROL; \
126 echo "#!/bin/sh" > $(2)/CONTROL/postinst-pkg; \
127 echo "[ -z \"\$$$$$$$$IPKG_INSTROOT\" ] || exit 0" >> $(2)/CONTROL/postinst-pkg; \
128 echo ". /lib/functions.sh" >> $(2)/CONTROL/postinst-pkg; \
129 echo "insert_modules $$$$$$$$modules" >> $(2)/CONTROL/postinst-pkg; \
130 chmod 0755 $(2)/CONTROL/postinst-pkg; \
H A Dpackage-ipkg.mk153 $(_define) Package/$(1)/CONTROL
172 $$(IPKG_$(1)) : export CONTROL=$$(Package/$(1)/CONTROL)
177 mkdir -p $(PACKAGE_DIR) $$(IDIR_$(1))/CONTROL $(PKG_INFO_DIR)
192 (cd $$(IDIR_$(1))/CONTROL; \
194 echo "$$$$CONTROL"; \
H A Dimage.mk185 echo "BOARD=$(1)" > "$(KDIR_TMP)/sysupgrade-$(1)/CONTROL"
/openwrt/target/linux/ar71xx/base-files/lib/upgrade/
H A Dmerakinand.sh100 local control_length=`(tar xf $tar_file sysupgrade-$board_name/CONTROL -O | wc -c) 2> /dev/null`
/openwrt/package/base-files/
H A DMakefile151 mkdir -p $(1)/CONTROL
180 grep "$$$${conffile##$(1)}" $(1)/CONTROL/conffiles || \
181 echo "$$$${conffile##$(1)}" >> $(1)/CONTROL/conffiles; \
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dmvswitch.c220 w16(pdev, MV_PORTREG(CONTROL, i), 0x00);
241 w16(pdev, MV_PORTREG(CONTROL, MV_CPUPORT),
282 w16(pdev, MV_PORTREG(CONTROL, i),
H A Dmvsw61xx.c577 reg = sr16(dev, MV_PORTREG(CONTROL, i)) &
579 sw16(dev, MV_PORTREG(CONTROL, i), reg);
582 reg = sr16(dev, MV_GLOBALREG(CONTROL)) | MV_CONTROL_RESET;
584 sw16(dev, MV_GLOBALREG(CONTROL), reg);
585 if (mvsw61xx_wait_mask_s(dev, MV_GLOBALREG(CONTROL),
618 reg = sr16(dev, MV_PORTREG(CONTROL, i)) |
620 sw16(dev, MV_PORTREG(CONTROL, i), reg);
/openwrt/target/linux/octeon/image/
H A DMakefile24 echo "BOARD=$(BOARD)" > $(KDIR)/sysupgrade-$(DEVICE_NAME)/CONTROL
/openwrt/package/system/procd/files/
H A Dnand.sh337 # "CONTROL" file (at this point its content isn't verified)
346 local control_length=`(tar xf $tar_file sysupgrade-$board_name/CONTROL -O | wc -c) 2> /dev/null`

Completed in 47 milliseconds