diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-30 15:52:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-30 15:52:44 +0000 |
commit | 97395255e4c0864a603c0b2718d1506169aafeec (patch) | |
tree | 57b1f1ae925fd5c896dd6ad6bc603100e062ea40 /make | |
parent | 7c128e788277259f3a12202ea3c78664bd4d53e5 (diff) |
udhcp doesn't depend on pcmcia
Diffstat (limited to 'make')
-rw-r--r-- | make/udhcp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/udhcp.mk b/make/udhcp.mk index 14437bccf..6c7acbd55 100644 --- a/make/udhcp.mk +++ b/make/udhcp.mk @@ -53,7 +53,7 @@ $(TARGET_DIR)/sbin/udhcpc: $(UDHCP_DIR)/udhcpc cp $(UDHCP_DIR)/samples/simple.script $(TARGET_DIR)/usr/share/udhcpc/default.script chmod a+x $(TARGET_DIR)/sbin/udhcpc $(TARGET_DIR)/usr/share/udhcpc/default.script -udhcp: uclibc pcmcia $(TARGET_DIR)/sbin/udhcpc +udhcp: uclibc $(TARGET_DIR)/sbin/udhcpc udhcp-clean: rm -f $(TARGET_DIR)/sbin/udhcpc |