diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-03 17:20:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-03 17:20:46 +0000 |
commit | c061591f8208b934d7eeb6cd9bf7c715bb93e2e9 (patch) | |
tree | 5ee9ab3c77adc5c7854ff61fe9469fed7a2573ee | |
parent | 55a2041742b1d4171e418e1b41dd48fa052f4bc9 (diff) |
add nocatsplash depend on glib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@543 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index e1296d08e4..9ba234597e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |