c23bc293ef
With the removal of ramips-rt305x, the last user of GLUON_SPECIALIZE_KERNEL is gone.
14 lines
303 B
Makefile
14 lines
303 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-client-bridge
|
|
PKG_VERSION:=1
|
|
|
|
include ../gluon.mk
|
|
|
|
define Package/gluon-client-bridge
|
|
TITLE:=Provides a bridge and a wireless interface for clients to connect to
|
|
DEPENDS:=+gluon-core +kmod-veth
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-client-bridge))
|