[OpenWrt-Devel] OpenWrt

Stefan Agner stefan at agner.ch
Fri Jun 12 01:49:32 EDT 2015


Hi all,

While trying to integrate a new platform, I tried using the external Git
clone option (CONFIG_KERNEL_GIT_CLONE_URI and friends). This worked
fine, however when the build system came to build the WLAN drivers
(mac80211) package, the built aborted with this error:

default.install
make[3]: Leaving directory
'/home/ags/projects/openwrt/openwrt/package/network/utils/iw'
make[3]: Entering directory
'/home/ags/projects/openwrt/openwrt/package/kernel/mac80211'
rm -f
/home/ags/projects/openwrt/openwrt/staging_dir/target-arm_cortex-a5+neon_uClibc-0.9.33.2_eabi/stamp/.mac80211_installed
cmp
/home/ags/projects/openwrt/openwrt/build_dir/target-arm_cortex-a5+neon_uClibc-0.9.33.2_eabi/linux-vf610/compat-wireless-2015-03-09/include/linux/ath9k_platform.h
/home/ags/projects/openwrt/openwrt/build_dir/target-arm_cortex-a5+neon_uClibc-0.9.33.2_eabi/linux-vf610/linux-4.0.4/include/linux/ath9k_platform.h
/home/ags/projects/openwrt/openwrt/build_dir/target-arm_cortex-a5+neon_uClibc-0.9.33.2_eabi/linux-vf610/compat-wireless-2015-03-09/include/linux/ath9k_platform.h
/home/ags/projects/openwrt/openwrt/build_dir/target-arm_cortex-a5+neon_uClibc-0.9.33.2_eabi/linux-vf610/linux-4.0.4/include/linux/ath9k_platform.h
differ: char 1349, line 44
Makefile:2019: recipe for target
'/home/ags/projects/openwrt/openwrt/build_dir/target-arm_cortex-a5+neon_uClibc-0.9.33.2_eabi/linux-vf610/compat-wireless-2015-03-09/.configured_ynnnnnnnnynyynnnnnnnynnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnyynnnnnnnnnnnnnyyyyyyyy'
failed


As far as I understand the Makefile the cmp check some files to be in
the right version (e.g. patches/files no applied). The updated files
seem to be available in the folder
./target/linux/generic/files/include/linux/ath9k_platform.h, however,
probably due to using an external tree, they do not get applied. Hence
my question: Is there a way to let the build system apply them even when
using the external tree functionality?

--
Stefan
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list