# HG changeset patch # User Rob Landley # Date 1404349458 18000 # Node ID 8c8256e18ad23fb35a0d12f38c23fe09c165c0ba # Parent 970b405bd6e650a0812e230f1b86d9a48c74f903 Clean up some minor kernel version bit-rot. diff -r 970b405bd6e6 -r 8c8256e18ad2 sources/baseconfig-linux --- a/sources/baseconfig-linux Mon Jun 23 06:59:56 2014 -0500 +++ b/sources/baseconfig-linux Wed Jul 02 20:04:18 2014 -0500 @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y CONFIG_NO_HZ=y CONFIG_SWAP=y CONFIG_SYSVIPC=y @@ -29,8 +28,6 @@ CONFIG_INET=y CONFIG_NETDEVICES=y -CONFIG_NET_ETHERNET=y -CONFIG_NET_PCI=y CONFIG_8139CP=y CONFIG_HW_RANDOM=y diff -r 970b405bd6e6 -r 8c8256e18ad2 sources/sections/linux-headers.sh --- a/sources/sections/linux-headers.sh Mon Jun 23 06:59:56 2014 -0500 +++ b/sources/sections/linux-headers.sh Wed Jul 02 20:04:18 2014 -0500 @@ -18,7 +18,8 @@ make -j $CPUS headers_install ARCH="${KARCH}" INSTALL_HDR_PATH="$STAGE_DIR" \ $VERBOSITY && # This makes some very old package builds happy. -ln -s ../sys/user.h "$STAGE_DIR/include/asm/page.h" +[ ! -e "$STAGE_DIR/include/asm/page.h" ] && + ln -sf ../sys/user.h "$STAGE_DIR/include/asm/page.h" cleanup