freewrt_2_0
|
Last change
on this file since 1954439 was 1954439, checked in by mirabilos <m$(date +%Y)@…>, 4 months ago |
|
prefer the beefier mirror over ex-flyingfish
|
-
Property mode
set to
100644
|
|
File size:
1.0 KB
|
| 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://mbsd.evolvis.org/.Archive/FreeWRT/
|
|---|
| 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.