Changeset 0543ddc in freewrt for package/webif/Makefile


Ignore:
Timestamp:
Sep 23, 2006, 10:48:43 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
74acc21
Parents:
7669240
Message:

mv firewall init to webif. still not ready to work with webif.
as default we need something more simple as an example.
I have learned real operating systems, like Debian GNU/Linux
and OpenBSD have no default firewall.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@674 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/webif/Makefile

    r7669240 r0543ddc  
    4141        $(INSTALL_BIN) ./files/network.init $(IDIR_WEBIF)/etc/init.d/S40net-webif
    4242        $(INSTALL_BIN) ./files/dnsmasq.init $(IDIR_WEBIF)/etc/init.d/S50dns-webif
     43        $(INSTALL_BIN) ./files/firewall.init $(IDIR_WEBIF)/etc/init.d/S45fw-webif
    4344        $(INSTALL_DATA) ./files/dnsmasq.conf $(IDIR_WEBIF)/etc/dnsmasq.conf-webif
    4445        $(INSTALL_DATA) ./files/network-nvram.sh $(IDIR_WEBIF)/etc/
Note: See TracChangeset for help on using the changeset viewer.