We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373ea4d commit 7292deaCopy full SHA for 7292dea
config/sources/families/filogic.conf
@@ -59,8 +59,11 @@ case $BRANCH in
59
;;
60
61
edge)
62
- KERNELSOURCE='https://github.com/frank-w/BPI-Router-Linux.git'
63
- KERNELBRANCH="branch:6.16-rsslro"
+ #KERNELSOURCE='https://github.com/frank-w/BPI-Router-Linux.git'
+ #KERNELBRANCH="branch:6.16-rsslro"
64
+ KERNELSOURCE='https://github.com/tabrisnet/BPI-Router-Linux.git'
65
+ # this is just frank-w's 6.16-rsslro with the kernel.org 6.16.12 patch applied.
66
+ KERNELBRANCH="branch:6.16.12-rsslro"
67
declare -g KERNEL_MAJOR_MINOR="6.16"
68
KERNELPATCHDIR="archive/${LINUXFAMILY}-${KERNEL_MAJOR_MINOR}"
69
LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}"
0 commit comments