Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2/root-ar71xx/tmp-kmod-mac80211-hwsim/CONTROL/postinst; fi
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-mac80211-hwsim/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-mac80211-hwsim
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-mac80211-hwsim_installed
- mkdir -p /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/etc/modules.d/$priority-ath; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/etc/modules.d/$priority-ath ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/etc/modules-boot.d; ln -s ../modules.d/$priority-ath /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath"; fi; }; add_module "26" "ath" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL/postinst; fi
- find /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
- export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/tony/Repositories/openwrt-yun/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/tony/Repositories/openwrt-yun/scripts/strip-kmod.sh" /home/tony/Repositories/openwrt-yun/scripts/rstrip.sh /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/lib/modules/3.3.8/ath.ko:relocatable
- ( echo "Package: kmod-ath"; echo "Version: 3.3.8+2014-01-23.1-1"; DEPENDS='kernel (=3.3.8-1-openwrtyun1)'; for depend in kmod-mac80211; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/mac80211"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: Felix Fietkau <[email protected]>"; echo "Architecture: ar71xx"; echo "Installed-Size: 0"; echo -n "Description: "; . /home/tony/Repositories/openwrt-yun/include/shell.sh; getvar V_Package_kmod_ath_description | sed -e 's,^[[:space:]]*, ,g'; ) > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL/control
- chmod 644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL/control
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; (cd /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath/CONTROL; )
- ipkg-build -c -o 0 -g 0 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages
- Packaged contents of /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath into /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages/kmod-ath_3.3.8+2014-01-23.1-1_ar71xx.ipk
- mkdir -p /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/etc/modules.d/$priority-ath9k-common; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/etc/modules.d/$priority-ath9k-common ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/etc/modules-boot.d; ln -s ../modules.d/$priority-ath9k-common /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath9k-common"; fi; }; add_module "27" "ath9k_hw ath9k_common" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL/postinst; fi
- find /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
- export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/tony/Repositories/openwrt-yun/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/tony/Repositories/openwrt-yun/scripts/strip-kmod.sh" /home/tony/Repositories/openwrt-yun/scripts/rstrip.sh /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/lib/modules/3.3.8/ath9k_common.ko:relocatable
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/lib/modules/3.3.8/ath9k_hw.ko:relocatable
- ( echo "Package: kmod-ath9k-common"; echo "Version: 3.3.8+2014-01-23.1-1"; DEPENDS='kernel (=3.3.8-1-openwrtyun1)'; for depend in kmod-ath; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/mac80211"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: Felix Fietkau <[email protected]>"; echo "Architecture: ar71xx"; echo "Installed-Size: 0"; echo -n "Description: "; . /home/tony/Repositories/openwrt-yun/include/shell.sh; getvar V_Package_kmod_ath9k_common_description | sed -e 's,^[[:space:]]*, ,g'; ) > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL/control
- chmod 644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL/control
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; (cd /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common/CONTROL; )
- ipkg-build -c -o 0 -g 0 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages
- Packaged contents of /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-common into /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages/kmod-ath9k-common_3.3.8+2014-01-23.1-1_ar71xx.ipk
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common
- mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/etc/modules.d/$priority-ath9k-common; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/etc/modules.d/$priority-ath9k-common ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/etc/modules-boot.d; ln -s ../modules.d/$priority-ath9k-common /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath9k-common"; fi; }; add_module "27" "ath9k_hw ath9k_common" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/CONTROL/postinst; fi
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-common
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-ath9k-common_installed
- mkdir -p /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/etc/modules.d/$priority-ath9k; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/etc/modules.d/$priority-ath9k ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/etc/modules-boot.d; ln -s ../modules.d/$priority-ath9k /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath9k"; fi; }; add_module "28" "ath9k" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL/postinst; fi
- find /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
- export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/tony/Repositories/openwrt-yun/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/tony/Repositories/openwrt-yun/scripts/strip-kmod.sh" /home/tony/Repositories/openwrt-yun/scripts/rstrip.sh /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/lib/modules/3.3.8/ath9k.ko:relocatable
- ( echo "Package: kmod-ath9k"; echo "Version: 3.3.8+2014-01-23.1-1"; DEPENDS='kernel (=3.3.8-1-openwrtyun1)'; for depend in kmod-ath9k-common; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/mac80211"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: Felix Fietkau <[email protected]>"; echo "Architecture: ar71xx"; echo "Installed-Size: 0"; echo -n "Description: "; . /home/tony/Repositories/openwrt-yun/include/shell.sh; getvar V_Package_kmod_ath9k_description | sed -e 's,^[[:space:]]*, ,g'; ) > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL/control
- chmod 644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL/control
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; (cd /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k/CONTROL; )
- ipkg-build -c -o 0 -g 0 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages
- Packaged contents of /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k into /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages/kmod-ath9k_3.3.8+2014-01-23.1-1_ar71xx.ipk
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k
- mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/etc/modules.d/$priority-ath9k; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/etc/modules.d/$priority-ath9k ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/etc/modules-boot.d; ln -s ../modules.d/$priority-ath9k /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath9k"; fi; }; add_module "28" "ath9k" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/CONTROL/postinst; fi
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-ath9k_installed
- mkdir -p /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/etc/modules.d/$priority-ath9k-htc; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/etc/modules.d/$priority-ath9k-htc ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/etc/modules-boot.d; ln -s ../modules.d/$priority-ath9k-htc /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath9k-htc"; fi; }; add_module "55" "ath9k_htc" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL/postinst; fi
- install -d -m0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/lib/firmware
- install -m0644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/htc_9271.fw /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/htc_7010.fw /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/lib/firmware/
- find /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
- export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/tony/Repositories/openwrt-yun/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/tony/Repositories/openwrt-yun/scripts/strip-kmod.sh" /home/tony/Repositories/openwrt-yun/scripts/rstrip.sh /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/lib/modules/3.3.8/ath9k_htc.ko:relocatable
- ( echo "Package: kmod-ath9k-htc"; echo "Version: 3.3.8+2014-01-23.1-1"; DEPENDS='kernel (=3.3.8-1-openwrtyun1)'; for depend in kmod-ath9k-common kmod-usb-core; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/mac80211"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: Felix Fietkau <[email protected]>"; echo "Architecture: ar71xx"; echo "Installed-Size: 0"; echo -n "Description: "; . /home/tony/Repositories/openwrt-yun/include/shell.sh; getvar V_Package_kmod_ath9k_htc_description | sed -e 's,^[[:space:]]*, ,g'; ) > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL/control
- chmod 644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL/control
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; (cd /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc/CONTROL; )
- ipkg-build -c -o 0 -g 0 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages
- Packaged contents of /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-ath9k-htc into /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages/kmod-ath9k-htc_3.3.8+2014-01-23.1-1_ar71xx.ipk
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc
- mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/etc/modules.d/$priority-ath9k-htc; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/etc/modules.d/$priority-ath9k-htc ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/etc/modules-boot.d; ln -s ../modules.d/$priority-ath9k-htc /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath9k-htc"; fi; }; add_module "55" "ath9k_htc" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/CONTROL/postinst; fi
- install -d -m0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/lib/firmware
- install -m0644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/htc_9271.fw /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/htc_7010.fw /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/lib/firmware/
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath9k-htc
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-ath9k-htc_installed
- WARNING: skipping kmod-ath10k -- package not selected
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath
- mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/etc/modules.d/$priority-ath; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/etc/modules.d/$priority-ath ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/etc/modules-boot.d; ln -s ../modules.d/$priority-ath /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-ath"; fi; }; add_module "26" "ath" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/CONTROL/postinst; fi
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-ath
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-ath_installed
- mkdir -p /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/etc/modules.d/$priority-carl9170; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/etc/modules.d/$priority-carl9170 ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/etc/modules-boot.d; ln -s ../modules.d/$priority-carl9170 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-carl9170"; fi; }; add_module "60" "carl9170" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL/postinst; fi
- install -d -m0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/lib/firmware
- install -m0644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/carl9170-1.fw /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/lib/firmware
- find /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170 -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
- export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/tony/Repositories/openwrt-yun/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/tony/Repositories/openwrt-yun/scripts/strip-kmod.sh" /home/tony/Repositories/openwrt-yun/scripts/rstrip.sh /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/lib/modules/3.3.8/carl9170.ko:relocatable
- ( echo "Package: kmod-carl9170"; echo "Version: 3.3.8+2014-01-23.1-1"; DEPENDS='kernel (=3.3.8-1-openwrtyun1)'; for depend in kmod-mac80211 kmod-ath kmod-usb-core kmod-input-core; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/mac80211"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: Felix Fietkau <[email protected]>"; echo "Architecture: ar71xx"; echo "Installed-Size: 0"; echo -n "Description: "; . /home/tony/Repositories/openwrt-yun/include/shell.sh; getvar V_Package_kmod_carl9170_description | sed -e 's,^[[:space:]]*, ,g'; ) > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL/control
- chmod 644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL/control
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; (cd /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170/CONTROL; )
- ipkg-build -c -o 0 -g 0 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170 /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages
- Packaged contents of /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-carl9170 into /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages/kmod-carl9170_3.3.8+2014-01-23.1-1_ar71xx.ipk
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170
- mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/etc/modules.d/$priority-carl9170; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/etc/modules.d/$priority-carl9170 ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/etc/modules-boot.d; ln -s ../modules.d/$priority-carl9170 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-carl9170"; fi; }; add_module "60" "carl9170" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/CONTROL/postinst; fi
- install -d -m0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/lib/firmware
- install -m0644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/carl9170-1.fw /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/lib/firmware
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-carl9170
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-carl9170_installed
- WARNING: skipping kmod-b43 -- package not selected
- WARNING: skipping kmod-b43legacy -- package not selected
- mkdir -p /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/etc/modules.d/$priority-brcmutil; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/etc/modules.d/$priority-brcmutil ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/etc/modules-boot.d; ln -s ../modules.d/$priority-brcmutil /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-brcmutil"; fi; }; add_module "30" "brcmutil" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL/postinst; fi
- find /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
- export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/tony/Repositories/openwrt-yun/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/tony/Repositories/openwrt-yun/scripts/strip-kmod.sh" /home/tony/Repositories/openwrt-yun/scripts/rstrip.sh /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/lib/modules/3.3.8/brcmutil.ko:relocatable
- ( echo "Package: kmod-brcmutil"; echo "Version: 3.3.8+2014-01-23.1-1"; DEPENDS='kernel (=3.3.8-1-openwrtyun1)'; for depend in ; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/mac80211"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: Felix Fietkau <[email protected]>"; echo "Architecture: ar71xx"; echo "Installed-Size: 0"; echo -n "Description: "; . /home/tony/Repositories/openwrt-yun/include/shell.sh; getvar V_Package_kmod_brcmutil_description | sed -e 's,^[[:space:]]*, ,g'; ) > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL/control
- chmod 644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL/control
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; (cd /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil/CONTROL; )
- ipkg-build -c -o 0 -g 0 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages
- Packaged contents of /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmutil into /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages/kmod-brcmutil_3.3.8+2014-01-23.1-1_ar71xx.ipk
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil
- mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/etc/modules.d/$priority-brcmutil; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/etc/modules.d/$priority-brcmutil ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/etc/modules-boot.d; ln -s ../modules.d/$priority-brcmutil /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-brcmutil"; fi; }; add_module "30" "brcmutil" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/CONTROL/postinst; fi
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmutil
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-brcmutil_installed
- WARNING: skipping kmod-brcmsmac -- package not selected
- mkdir -p /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/etc/modules.d/$priority-brcmfmac; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/etc/modules.d/$priority-brcmfmac ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/etc/modules-boot.d; ln -s ../modules.d/$priority-brcmfmac /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-brcmfmac"; fi; }; add_module "60" "brcmfmac" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL/postinst; fi
- install -d -m0755 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/lib/firmware/brcm
- install -m0644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/brcm/brcmfmac43236b.bin /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/lib/firmware/brcm/
- find /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
- export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/tony/Repositories/openwrt-yun/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/tony/Repositories/openwrt-yun/scripts/strip-kmod.sh" /home/tony/Repositories/openwrt-yun/scripts/rstrip.sh /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac
- rstrip.sh: /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/lib/modules/3.3.8/brcmfmac.ko:relocatable
- ( echo "Package: kmod-brcmfmac"; echo "Version: 3.3.8+2014-01-23.1-1"; DEPENDS='kernel (=3.3.8-1-openwrtyun1)'; for depend in kmod-usb-core kmod-cfg80211 kmod-brcmutil; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/mac80211"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: Felix Fietkau <[email protected]>"; echo "Architecture: ar71xx"; echo "Installed-Size: 0"; echo -n "Description: "; . /home/tony/Repositories/openwrt-yun/include/shell.sh; getvar V_Package_kmod_brcmfmac_description | sed -e 's,^[[:space:]]*, ,g'; ) > /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL/control
- chmod 644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL/control
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; (cd /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac/CONTROL; )
- ipkg-build -c -o 0 -g 0 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages
- Packaged contents of /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/ipkg-ar71xx/kmod-brcmfmac into /home/tony/Repositories/openwrt-yun/bin/ar71xx/packages/kmod-brcmfmac_3.3.8+2014-01-23.1-1_ar71xx.ipk
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac
- mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac
- . /home/tony/Repositories/openwrt-yun/include/shell.sh; export modules=; add_module() { priority="$1"; mods="$2"; boot="$3"; shift 3; for mod in $mods; do if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/lib/modules/3.3.8/$mod.ko ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/etc/modules.d; echo "$mod" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/etc/modules.d/$priority-brcmfmac; fi; done; if [ -e /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/etc/modules.d/$priority-brcmfmac ]; then if [ "$boot" = "1" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/etc/modules-boot.d; ln -s ../modules.d/$priority-brcmfmac /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/etc/modules-boot.d/; fi; modules="${modules:+$modules }$priority-brcmfmac"; fi; }; add_module "60" "brcmfmac" ""; if [ -n "$modules" ]; then mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/etc/modules.d; mkdir -p /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/CONTROL; echo "#!/bin/sh" > /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/CONTROL/postinst; echo "load_modules $modules" >> /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/CONTROL/postinst; chmod 0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/CONTROL/postinst; fi
- install -d -m0755 /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/lib/firmware/brcm
- install -m0644 /home/tony/Repositories/openwrt-yun/build_dir/linux-ar71xx_generic/compat-wireless-2014-01-23.1/linux-firmware-7d0c7a8cfd78388d90cc784a185b19dcbdbce824/brcm/brcmfmac43236b.bin /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/lib/firmware/brcm/
- SHELL= /home/tony/Repositories/openwrt-yun/staging_dir/host/bin/flock /home/tony/Repositories/openwrt-yun/tmp/.root-copy.flock -c 'cp -fpR /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac/. /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/'
- rm -rf /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-brcmfmac
- touch /home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-brcmfmac_installed
- WARNING: skipping kmod-net-libipw -- package not selected
- WARNING: skipping kmod-net-ipw2100 -- package not selected
- WARNING: skipping kmod-net-ipw2200 -- package not selected
- WARNING: skipping kmod-iwlagn -- package not selected
- WARNING: skipping kmod-iwl-legacy -- package not selected
- WARNING: skipping kmod-iwl4965 -- package not selected
- WARNING: skipping kmod-iwl3945 -- package not selected
- WARNING: skipping kmod-mwl8k -- package not selected
- WARNING: skipping kmod-net-hermes -- package not selected
- WARNING: skipping kmod-net-hermes-pci -- package not selected
- WARNING: skipping kmod-net-hermes-plx -- package not selected
- WARNING: skipping kmod-net-hermes-pcmcia -- package not selected
- WARNING: skipping kmod-wlcore -- package not selected
- WARNING: skipping kmod-wl12xx -- package not selected
- WARNING: skipping kmod-wl18xx -- package not selected
- make[3]: Leaving directory `/home/tony/Repositories/openwrt-yun/package/mac80211'
- make[2]: Leaving directory `/home/tony/Repositories/openwrt-yun'
- make[1]: *** [/home/tony/Repositories/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_compile] Error 2
- make[1]: Leaving directory `/home/tony/Repositories/openwrt-yun'
- make: *** [world] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement