Commit e0d10463 authored by Boxiang Sun's avatar Boxiang Sun

Enable sctp for amarisoft

parent e23b92f8
...@@ -382,7 +382,7 @@ make -C config/ ...@@ -382,7 +382,7 @@ make -C config/
echo "Building the kernel" echo "Building the kernel"
cd $ROOTDIR/build/linux cd $ROOTDIR/build/linux
./scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig arch/arm64/configs/lsdk.config $ROOTDIR/configs/linux/lx2k_additions.config ./scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig arch/arm64/configs/lsdk.config $ROOTDIR/configs/linux/lx2k_additions.config $ROOTDIR/configs/linux/amarisoft.config
make -j${PARALLEL} all #Image dtbs make -j${PARALLEL} all #Image dtbs
KRELEASE=`make kernelrelease` KRELEASE=`make kernelrelease`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment