Changeset 2561
- Timestamp:
- 05/20/07 15:11:40 (2 years ago)
- Files:
-
- trunk/freewrt/mk/pkg-depend.mk (modified) (1 diff)
- trunk/freewrt/package/Config.in (modified) (4 diffs)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/esound (added)
- trunk/freewrt/package/esound/Config.in (added)
- trunk/freewrt/package/esound/Makefile (added)
- trunk/freewrt/package/esound/files (added)
- trunk/freewrt/package/esound/files/esd.init (added)
- trunk/freewrt/package/esound/info.mk (added)
- trunk/freewrt/package/esound/ipkg (added)
- trunk/freewrt/package/esound/ipkg/esound.control (added)
- trunk/freewrt/package/esound/ipkg/esound.postinst (added)
- trunk/freewrt/package/esound/patches (added)
- trunk/freewrt/package/esound/patches/patch-esd_c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/pkg-depend.mk
r2408 r2561 100 100 openct-compile: libtool-compile libusb-compile 101 101 openldap-compile: cyrus-sasl-compile openssl-compile 102 ifneq ($(FWRT_PACKAGE_OPENSER_MOD_AUTH_RADIUS)$(FWRT_PACKAGE_OPENSER_MOD_AVP_RADIUS),) 103 openser-compile: radiusclient-ng-install 104 endif 102 openser-compile: openssl-compile 105 103 openssh-compile: zlib-compile openssl-compile 106 104 openssl-compile: zlib-compile trunk/freewrt/package/Config.in
r2537 r2561 163 163 source "package/olsrd/Config.in" 164 164 source "package/openntpd/Config.in" 165 source "package/openser/Config.in"166 165 source "package/openssh/Config.in" 167 166 source "package/openswan/Config.in" … … 313 312 source "package/popt/Config.in" # libpopt 314 313 source "package/postgresql/Config.in" # libpq 315 source "package/libpri/Config.in"316 314 source "package/libpthread/Config.in" 317 315 source "package/radiusclient-ng/Config.in" #libradiusclient-ng … … 330 328 source "package/uclibc++/Config.in" 331 329 source "package/ustl/Config.in" 332 source "package/zaptel/Config.in"333 source "package/zaptel-12/Config.in"334 330 source "package/zlib/Config.in" 335 331 endmenu 336 332 337 333 menu "Multimedia" 334 source "package/esound/Config.in" 338 335 source "package/gmediaserver/Config.in" 339 336 source "package/icecast/Config.in" … … 386 383 source "package/asterisk-12/Config.in" 387 384 source "package/asterisk/Config.in" 385 source "package/libpri/Config.in" 388 386 source "package/misdnuser/Config.in" 387 source "package/zaptel/Config.in" 388 source "package/zaptel-12/Config.in" 389 source "package/openser/Config.in" 389 390 endmenu 390 391 trunk/freewrt/package/Makefile
r2537 r2561 59 59 package-$(FWRT_PACKAGE_ED) += ed 60 60 package-$(FWRT_PACKAGE_ELINKS) += elinks 61 package-$(FWRT_PACKAGE_ESOUND) += esound 61 62 package-$(FWRT_PACKAGE_ETHER_WAKE) += ether-wake 62 63 package-$(FWRT_PACKAGE_ETHTOOL) += ethtool


