> I think this is a problem, not just in terms of kernel config,
>   but also in terms of the openwrt build config!!
> 
> I can't see, anywhere, in the wiki how to find the build
>   configs for OpenWRT standard releases, so you can then
>   build the 'equivalent' yourself, particularly when building
>   a testing/SVN version......

There is nothing inherently special about them, it is always the same:

cat <<EOT > .config
CONFIG_ALL=y
CONFIG_TARGET_${targetname}=y
CONFIG_TARGET_${targetname}_${subtarget}=y
CONFIG_TARGET_BOARD="$targetname"
# CONFIG_PACKAGE_ebtables is not set
# CONFIG_PACKAGE_ebtables-utils is not set
# CONFIG_PACKAGE_kmod-ebtables is not set
CONFIG_PACKAGE_luci=y
EOT

make defconfig
make V=99


The resulting .configs are what is used for the releases.

~ Jow
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to