diff options
author | Roy Marples <roy@marples.name> | 2009-04-19 08:52:00 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-19 08:52:00 +0000 |
commit | 170547010f78a0b195157b60f3c7cae4a3380a86 (patch) | |
tree | 4f1a865f0068f1ca43f6c33a0d2e5c218684601a /conf.d/Makefile.Linux | |
parent | 3579663173be18becb5f4ddadf859e5984eab660 (diff) |
Pull /etc/ifconfig.eth0 into interfaces
Reverse list of interfaces when stopping
Improve build for conf.d/network
Diffstat (limited to 'conf.d/Makefile.Linux')
-rw-r--r-- | conf.d/Makefile.Linux | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf.d/Makefile.Linux b/conf.d/Makefile.Linux index 9e1ce9d8..74679400 100644 --- a/conf.d/Makefile.Linux +++ b/conf.d/Makefile.Linux @@ -1,5 +1 @@ CONF+= consolefont dmesg hwclock keymaps modules - -network: - cp network.in network - cat network.Linux >> network |