Hi, I think that the defconfig script should default to generic if no soekris board is found.
Also, why by default all the defconfig scripts are copied to the firmware? At the moement on my aliz board I have several soekris-related directory under /etc/defconfig/ Signed-off-by: roberto riggio<[email protected]> -- Index: target/linux/x86/base-files/etc/init.d/defconfig =================================================================== --- target/linux/x86/base-files/etc/init.d/defconfig (revision 25546) +++ target/linux/x86/base-files/etc/init.d/defconfig (working copy) @@ -10,7 +10,7 @@ local board=$(net48xx_board_name) - [ ! -d /etc/defconfig/$board ] && board="net4826" + [ ! -d /etc/defconfig/$board ] && board="generic" for f in $( ls /etc/defconfig/$board ); do if [ ! -e /etc/config/$f ]; then _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
