diff options
Diffstat (limited to 'conf.d/Makefile.Linux')
-rw-r--r-- | conf.d/Makefile.Linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/Makefile.Linux b/conf.d/Makefile.Linux index 74679400..9e1ce9d8 100644 --- a/conf.d/Makefile.Linux +++ b/conf.d/Makefile.Linux @@ -1 +1,5 @@ CONF+= consolefont dmesg hwclock keymaps modules + +network: + cp network.in network + cat network.Linux >> network |