diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 17:20:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 17:20:46 +0000 |
commit | 7d42a4c462fd1b1487fbe9204da29fb2948a77e2 (patch) | |
tree | b63f6ae0ffce91ebb76479a2d9d23f8696ad5573 /package | |
parent | 6c020df434b58b247d77e3a2659e6634e6260511 (diff) | |
download | upstream-7d42a4c462fd1b1487fbe9204da29fb2948a77e2.tar.gz upstream-7d42a4c462fd1b1487fbe9204da29fb2948a77e2.tar.bz2 upstream-7d42a4c462fd1b1487fbe9204da29fb2948a77e2.zip |
add nocatsplash depend on glib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@543 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index e1296d08e4..9ba234597e 100644 --- a/package/Makefile +++ b/package/Makefile @@ -54,6 +54,7 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) +nocatsplash-compile: glib-compile arpwatch-compile: libpcap-compile tcpdump-compile: libpcap-compile dropbear-compile: zlib-compile |