-#
-# Copyright (C) 2009 OpenWrt.org
+#
+# Copyright (C) 2009-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_BUILD_DIR:=$(BUILD_DIR)/mdk3-$(PKG_VERSION)
PKG_SOURCE_URL:=http://homepages.tu-darmstadt.de/~p_larbig/wlan/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_CAT:=bzcat
include $(INCLUDE_DIR)/package.mk
+#
+# Copyright (C) 2010 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
#
# High Capacity Media card driver. Handles high capacity and standard multimedia
# and secure digital cards
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.4mul8.ca/openwrt/source/broadcom-sdhc-2.0.2
PKG_MD5SUM:=6238463bce27e64829eda1d88f1a7edd
-PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
$(PKG_BUILD_DIR)/sdhc.$(LINUX_KMOD_SUFFIX)\
$(PKG_BUILD_DIR)/sdhcd.$(LINUX_KMOD_SUFFIX)
URL:=http://www.4mul8.ca/openwrt
-endef
+endef
define KernelPackage/broadcom-sdhc/description
Driver for Linksys WRT54G/GS/GL MM/SD card modification.
-#
-# Copyright (C) 2006 - 2010 OpenWrt.org
+#
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
+
include $(TOPDIR)/rules.mk
PKG_NAME:=sed
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a
-PKG_CAT:=bzcat
PKG_INSTALL:=1
endef
define Package/sed/description
- Sed (streams editor) takes text input and performs some operation
+ Sed (streams editor) takes text input and performs some operation
(or set of operations) on it and outputs the modified text.
endef