1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-05 21:58:35 +03:00

update to new upstream release (v1.0),

change Maintainer and Source field in ipkg/control


git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2041 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-10-03 02:44:06 +00:00
parent ae374c8fb3
commit 3aba12b12b
2 changed files with 29 additions and 26 deletions

View File

@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=chillispot
PKG_VERSION:=1.0RC3
PKG_VERSION:=1.0
PKG_RELEASE:=1
PKG_MD5SUM:=9ad5f4181ae2e9e2d5ccb165c37dfdde
PKG_MD5SUM:=997827a9302a85920cfbc1334092ac0c
PKG_SOURCE_URL:=http://www.chillispot.org/download
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@ -22,8 +22,8 @@ $(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_memcmp_working=yes \
ac_cv_func_setvbuf_reversed=no \
@ -47,6 +47,9 @@ $(PKG_BUILD_DIR)/.configured:
--sysconfdir=/etc \
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
--enable-shared \
--disable-static \
--with-gnu-ld \
);
touch $@

View File

@ -1,7 +1,7 @@
Package: chillispot
Priority: optional
Section: net
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
Source: buildroot-internal
Description: ChilliSpot is a Wireless LAN Access Point Controller.
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/chillispot/
Depends: kmod-tun
Description: ChilliSpot is a Wireless LAN Access Point Controller.