The following changes were made:
* Added dash as dependency * Added URL * Added REPO * Moved usher from bash to /bin/sh * Removed TARGET from usher * Tweaked SRC Makefile to work with /bin/sh
This commit is contained in:
7
Makefile
7
Makefile
@@ -8,13 +8,14 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = dhclient,iproute2
|
||||
DEPENDS = dash,dhclient,iproute2
|
||||
ARCH = none
|
||||
URL =
|
||||
URL = http://snaplinux.org/
|
||||
REPO = core
|
||||
BRIEF = Scripts for starting and stopping network interfaces
|
||||
DESC = Scripts which use the iproute2 tools for automatically starting and \
|
||||
stopping network devices during startup.
|
||||
SNAPVER = 0
|
||||
SNAPVER = 1
|
||||
|
||||
ARCHIVE :=
|
||||
SRCDIR := $(PWD)/SRC/iftools
|
||||
|
||||
Reference in New Issue
Block a user