File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ concurrency:
2626jobs :
2727 # Build job
2828 build_deploy :
29+ if : github.repository_owner == 'libremesh'
2930 runs-on : ubuntu-latest
3031 steps :
3132 - name : Checkout
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ function nav(): DefaultTheme.NavItem[] {
7272 { text : 'Reference' , link : '/reference/configuration' } ,
7373 { text : 'News' ,
7474 items : [
75- { text : 'v2024.1' , link : '/news/2023-10-07 ' } ,
76- { text : 'v2020.4' , link : '/news/2025-05-04 ' } ,
75+ { text : 'v2024.1' , link : '/news/2025-05-04 ' } ,
76+ { text : 'v2020.4' , link : '/news/2020-12-15 ' } ,
7777 { text : 'Latest Articles' , link : '/news/' } ,
7878 { text : 'Changelog' , link : 'changelog' } ,
7979 { text : 'Issues' , link : 'https://github.com/libremesh/lime-packages/issues' } ,
Original file line number Diff line number Diff line change 233233make defconfig
234234```
235235
236+ #### Router profile
237+ Selects the router profile based on the compatible string:
238+
239+ ```
240+ echo "CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_librerouter_librerouter-v1=y" >> .config
241+ make defconfig
242+ ```
243+
236244#### LibreMesh packages
237245``` sh
238246cat << EOF >> .config
248256make defconfig
249257```
250258
251- #### Router profile
252- Selects the router profile based on the compatible string:
253-
254- ```
255- echo "CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_librerouter_librerouter-v1=y" >> .config
256- make defconfig
257- ```
258-
259259## Build Libremesh
260260
261261Finally, compile the images
You can’t perform that action at this time.
0 commit comments