Changeset f0f4f37 in freewrt


Ignore:
Timestamp:
Sep 9, 2006, 2:00:57 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
0beb591
Parents:
2c63ed79
Message:

rename some stuff

git-svn-id: svn://www.freewrt.org/branches/wbx-target-cleanup@571 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    r2c63ed79 rf0f4f37  
    88source "package/busybox/Config.in"
    99source "package/bridge/Config.in"
    10 source "package/configfs/Config.in"
     10#source "package/configfs/Config.in"
    1111source "package/dnsmasq/Config.in"
    1212source "package/iptables/Config.in"
  • package/Makefile

    r2c63ed79 rf0f4f37  
    4242package-$(FWRT_PACKAGE_DHCP6) += dhcp6
    4343package-$(FWRT_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder
    44 package-$(FWRT_PACKAGE_DIAG) += diag
     44package-$(FWRT_PACKAGE_BROADCOM_DIAG) += broadcom-diag
    4545package-$(FWRT_PACKAGE_DNSMASQ) += dnsmasq
    4646package-$(FWRT_PACKAGE_DOSFSTOOLS) += dosfstools
     
    295295# kernel addon packages
    296296package-$(FWRT_PACKAGE_KMOD_BROADCOM_WL) += broadcom-wl
    297 package-$(FWRT_PACKAGE_KMOD_DIAG) += diag
     297package-$(FWRT_PACKAGE_KMOD_BROADCOM_DIAG) += broadcom-diag
    298298package-$(FWRT_PACKAGE_KMOD_MADWIFI) += madwifi
    299299package-$(FWRT_PACKAGE_KMOD_MINI_FO) += mini_fo
     
    302302package-$(FWRT_PACKAGE_KMOD_WLCOMPAT) += wlcompat
    303303
    304 DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl liblzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram linux-atm libamsel libao libart libdaemon libdb libdnet libevent libffi-sable libgcrypt libgdbm libgpg-error libid3tag libmad libnet libnids libogg libol libosip2 libpcap radiusclient-ng libtasn1 libupnp libusb libvorbis libvorbisidec libxml2 libxslt id3lib net-snmp
    305 DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS))
    306 SDK_DEFAULT_PACKAGES:=busybox dnsmasq iptables wireless-tools dropbear bridge ppp
    307 SDK_DEFAULT_COMPILE:=$(patsubst %,%-compile,$(SDK_DEFAULT_PACKAGES))
    308304COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y) $(package-m))
    309305INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))
     
    311307all: compile
    312308clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
    313 compile: $(COMPILE_PACKAGES)
     309compile: base-files-compile $(COMPILE_PACKAGES) base-files-arch-compile
    314310install: base-files-install $(INSTALL_PACKAGES) base-files-arch-install
    315311
    316312$(COMPILE_PACKAGES): base-files-compile
    317313$(INSTALL_PACKAGES): base-files-install
    318 
    319 sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE)
    320314
    321315$(STAMP_DIR):
Note: See TracChangeset for help on using the changeset viewer.