freewrt_1_0
freewrt_2_0
|
Last change
on this file since ca629a6 was b669935, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
|
fix wds+wep and wds+wpa+psk, wpa+psk2 does not work. rename most packages without upstream version number to freewrt release number, remove open+shared mode stuff. what is it anyway? dirk?
git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2431 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1016 bytes
|
| Line | |
|---|
| 1 | # $FreeWRT$
|
|---|
| 2 | #-
|
|---|
| 3 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 4 | # material, please see the LICENCE file in the top-level directory
|
|---|
| 5 | # or at http://www.freewrt.org/licence for details.
|
|---|
| 6 |
|
|---|
| 7 | include $(TOPDIR)/rules.mk
|
|---|
| 8 |
|
|---|
| 9 | PKG_NAME:= broadcom-nas
|
|---|
| 10 | PKG_VERSION:= 1.0
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= 122301f70f2036b13215fab77789d424
|
|---|
| 13 | PKG_SOURCE_URL:= http://www.freewrt.org/distfiles
|
|---|
| 14 |
|
|---|
| 15 | include $(TOPDIR)/mk/package.mk
|
|---|
| 16 |
|
|---|
| 17 | $(eval $(call PKG_template,BROADCOM_NAS,broadcom-nas,$(PKG_RELEASE),$(ARCH)))
|
|---|
| 18 |
|
|---|
| 19 | $(WRKBUILD)/.configured:
|
|---|
| 20 | touch $@
|
|---|
| 21 |
|
|---|
| 22 | $(WRKBUILD)/.built:
|
|---|
| 23 | touch $@
|
|---|
| 24 |
|
|---|
| 25 | $(IPKG_BROADCOM_NAS):
|
|---|
| 26 | $(INSTALL_DIR) $(IDIR_BROADCOM_NAS)/usr/lib
|
|---|
| 27 | $(INSTALL_DIR) $(IDIR_BROADCOM_NAS)/usr/sbin
|
|---|
| 28 | $(INSTALL_DATA) $(WRKBUILD)/libbcmcrypto.so $(IDIR_BROADCOM_NAS)/usr/lib
|
|---|
| 29 | $(INSTALL_BIN) $(WRKBUILD)/nas $(IDIR_BROADCOM_NAS)/usr/sbin
|
|---|
| 30 | ln -sf ../sbin/nas $(IDIR_BROADCOM_NAS)/usr/sbin/nas4not
|
|---|
| 31 | ln -sf ../sbin/nas $(IDIR_BROADCOM_NAS)/usr/sbin/nas4wds
|
|---|
| 32 | $(RSTRIP) $(IDIR_BROADCOM_NAS)
|
|---|
| 33 | $(IPKG_BUILD) $(IDIR_BROADCOM_NAS) $(PACKAGE_DIR)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.