feat: x86 configuration
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
install-x86-network-config:
|
||||
mkdir -p files/etc/config
|
||||
cp misc/x86/uci/network files/etc/config/network
|
7
install/x86.mk
Normal file
7
install/x86.mk
Normal file
@ -0,0 +1,7 @@
|
||||
install-x86-network-config:
|
||||
mkdir -p files/etc/config
|
||||
cp misc/x86/uci/network files/etc/config/network
|
||||
|
||||
install-x86-firewall-rules:
|
||||
mkdir -p files/etc/uci-defaults
|
||||
cp misc/x86/uci-defaults/99-x86-firewall-rules.sh files/etc/uci-defaults/99-x86-firewall-rules.sh
|
Reference in New Issue
Block a user