diff options
author | Daniel sea McChlery <sea@members.fsf.org> | 2014-10-16 22:54:59 (EDT) |
---|---|---|
committer | Daniel sea McChlery <sea@members.fsf.org> | 2014-10-16 22:54:59 (EDT) |
commit | 6928c623230d870fa54f63ac5c5128dbdd0b8e00 (patch) | |
tree | 05a18bb9391ef17f129efe6d0893e6ee7aa83ef8 /build | |
parent | 1497ded7c7184534907c6e327247b6bd13d9f7da (diff) |
Applied pehjota's patch for the iptables init script.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ install: build rm -f "dest/usr/lib/$(OPK_HOST_ARCH)/libip6tc.la" rm -f "dest/usr/lib/$(OPK_HOST_ARCH)/libiptc.la" rm -f "dest/usr/lib/$(OPK_HOST_ARCH)/libxtables.la" + install -d -m 0755 dest/etc/init.d + install -p -m 0755 ../iptables.pkg/iptables.init \ + dest/etc/init.d/iptables oh-fixperms oh-strip oh-installfiles |