mirror of
https://github.com/Augustin-FL/building-pfsense-iso-from-source.git
synced 2026-07-03 20:01:35 +00:00
Remove wireguard support
This commit is contained in:
@@ -23,6 +23,10 @@ You will also need to apply the follwing changes :
|
||||
- In the folder `/release/conf/`, rename `pfSense_src-env.conf`, `pfSense_src.conf` and `pfSense_make.conf` to `libreSense_src-env.conf`, `libreSense_src.conf` and `libreSense_make.conf`
|
||||
- Rename the file `/sys/amd64/conf/pfSense` to `/sys/amd64/conf/libreSense`
|
||||
|
||||
### FreeBSD Ports
|
||||
- Checkout to the the branch you would like to build (`devel` for dev version, `RELENG_2_5_0` for stable version).
|
||||
- Edit the file `/security/pfSense/Makefile` : remove `wireguard-tools>=0:security/wireguard-tools` from the `RUN_DEPENDS` variable. (While [open source](https://github.com/pfsense/wireguard-tools), the wireguard-tools port for pfSense is currently not integrated into FreeBSD)
|
||||
|
||||
### pfSense GUI
|
||||
- Go to the folder `/tools/templates/pkg_repos/` in the branch you would like to build (`master`for dev version, `RELENG_2_5_0` for stable version) and change `pfSense` to `libreSense` in the file names (e.g., `pfSense-repo.abi => libreSense-repo.abi`)
|
||||
- Edit the file `/src/etc/inc/globals.inc` : replace the content of `product_name` by `libreSense`, and the content of `pkg_prefix` by `libreSense-pkg-`.
|
||||
|
||||
Reference in New Issue
Block a user