# # Copyright (C) 2006-2012 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:=sstrip include $(INCLUDE_DIR)/host-build.mk define Host/Compile $(HOSTCC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c endef define Host/Install $(CP) $(HOST_BUILD_DIR)/sstrip $(STAGING_DIR_HOST)/bin/ endef define Host/Clean rm -f $(STAGING_DIR_HOST)/bin/sstrip endef $(eval $(call HostBuild)) tream Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.37/601-phy-add-aneg-done-function.patch
blob: f37baad729d8b04d5bb923a1eeb5098541a11a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45