mirror of https://github.com/ntop/n2n.git
Browse Source
Use the upstream build environment to speed up the compiling of OpenWrt ipk packages. (And minor doc updates after running this.pull/1076/head
Hamish Coleman
2 years ago
6 changed files with 125 additions and 3 deletions
@ -0,0 +1,11 @@ |
|||||
|
# OpenWrt Configuration snippet |
||||
|
# - will enable building for BT Home Hub 5a |
||||
|
# |
||||
|
CONFIG_TARGET_lantiq=y |
||||
|
CONFIG_TARGET_lantiq_xrx200=y |
||||
|
CONFIG_TARGET_lantiq_xrx200_DEVICE_bt_homehub-v5a=y |
||||
|
|
||||
|
# Would be needed for a full standalone build, but are packages that should |
||||
|
# be available from the distributed openwrt build repository |
||||
|
# CONFIG_PACKAGE_kmod-tun=m |
||||
|
# CONFIG_PACKAGE_libcap=m |
@ -0,0 +1,7 @@ |
|||||
|
# OpenWrt Configuration snippet |
||||
|
# - will enable building the N2N packages |
||||
|
# |
||||
|
CONFIG_TARGET_lantiq=y |
||||
|
CONFIG_TARGET_lantiq_xrx200=y |
||||
|
CONFIG_TARGET_lantiq_xrx200_DEVICE_bt_homehub-v5a=y |
||||
|
|
@ -0,0 +1,5 @@ |
|||||
|
# OpenWrt Configuration snippet |
||||
|
# - will enable building on x86 target (mainly for build tests) |
||||
|
# |
||||
|
CONFIG_TARGET_x86=y |
||||
|
CONFIG_TARGET_x86_64=y |
Loading…
Reference in new issue